home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / OSUtils.idl < prev    next >
Text File  |  1996-05-01  |  3KB  |  101 lines

  1. /*
  2.      File:        OSUtils.idl
  3.  
  4.      Contains:    OS Utilities Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __OSUTILS_IDL__
  19. #define __OSUTILS_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __MIXEDMODE_IDL__
  28. #include <MixedMode.idl>
  29. #endif
  30. #ifndef __MEMORY_IDL__
  31. #include <Memory.idl>
  32. #endif
  33. #ifndef __PATCHES_IDL__
  34. #include <Patches.idl>
  35. #endif
  36.  
  37. #ifdef __SOMIDL__
  38.  
  39. typedef SignedByte                LongDateField;
  40.  
  41. typedef SignedByte                QTypes;
  42.  
  43. typedef SOMLargeStruct            SysParmType;                /* Derived from a struct of 20 bytes in size */
  44.  
  45. typedef OpaquePtr                SysPPtr;                    /* Substituted OpaquePtr for ``SysParmType*'' */
  46.  
  47. typedef SOMLargeStruct            QElem;                        /* Derived from a struct of 8 bytes in size */
  48.  
  49. typedef OpaquePtr                QElemPtr;                    /* Substituted OpaquePtr for ``QElem*'' */
  50.  
  51. typedef SOMLargeStruct            QHdr;                        /* Derived from a struct of 10 bytes in size */
  52.  
  53. typedef OpaquePtr                QHdrPtr;                    /* Substituted OpaquePtr for ``QHdr*'' */
  54.  
  55. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  56. typedef OpaquePtr DeferredTaskProcPtr;
  57. typedef OpaquePtr DeferredTaskUPP;
  58. typedef SOMLargeStruct            DeferredTask;                /* Derived from a struct of 20 bytes in size */
  59.  
  60. typedef OpaquePtr                DeferredTaskPtr;            /* Substituted OpaquePtr for ``DeferredTask*'' */
  61.  
  62. #endif
  63. typedef SOMLargeStruct            MachineLocation;            /* Derived from a struct of 13 bytes in size */
  64.  
  65. typedef SOMLargeStruct            DateTimeRec;                /* Derived from a struct of 14 bytes in size */
  66.  
  67. typedef wide                    LongDateTime;
  68.  
  69. typedef SOMLargeStruct            LongDateCvt;                /* Derived from a struct of 16 bytes in size */
  70.  
  71. typedef SOMLargeStruct            LongDateRec;                /* Derived from a struct of 72 bytes in size */
  72.  
  73. typedef SInt8                    DateDelta;
  74.  
  75. typedef SOMLargeStruct            TogglePB;                    /* Derived from a struct of 28 bytes in size */
  76.  
  77. typedef short                    ToggleResults;
  78.  
  79. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  80. #endif
  81. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  82. #endif
  83. #if GENERATINGPOWERPC
  84. #endif
  85. #if GENERATING68K
  86. #endif
  87. #if OLDROUTINENAMES
  88. #endif
  89. #if OLDROUTINELOCATIONS
  90. /* Environs Equates */
  91. typedef SOMLargeStruct            SysEnvRec;                    /* Derived from a struct of 16 bytes in size */
  92.  
  93. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  94. #endif
  95. #endif
  96.  
  97. #endif /* __SOMIDL__ */
  98.  
  99. #endif /* __OSUTILS_IDL__ */
  100.  
  101.